decimal
Creates a decimal from a text representation.
Since
0.9.1
Parameters
value
The text representation of the number.
Creates a decimal from an integer.
Since
0.9.1
Parameters
value
The integer value to convert.
Creates a decimal from a big_integer.
Since
0.12.0
Parameters
value
The big_integer value to convert.